type crypto/tls.endOfEarlyDataMsg

4 uses

	crypto/tls (current package)
		conn.go#L1078: 		m = new(endOfEarlyDataMsg)
		handshake_messages.go#L915: type endOfEarlyDataMsg struct{}
		handshake_messages.go#L917: func (m *endOfEarlyDataMsg) marshal() []byte {
		handshake_messages.go#L923: func (m *endOfEarlyDataMsg) unmarshal(data []byte) bool {